-
Notifications
You must be signed in to change notification settings - Fork 0
Refactor/#254 미세먼지 리팩터링 #256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
The head ref may contain hidden characters: "refactor/#254-\uBBF8\uC138\uBA3C\uC9C0-\uB9AC\uD329\uD130\uB9C1"
Conversation
|
Test Results 81 files 81 suites 4m 53s ⏱️ Results for commit ca34278. |
src/main/java/org/programmers/signalbuddyfinal/domain/air_quality/service/AirQualityCache.java
Outdated
Show resolved
Hide resolved
| @Component | ||
| @RequiredArgsConstructor | ||
| @Qualifier("regionStrategy") | ||
| public class RegionAirQualityService implements AirQualityStrategy { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AirQualityStrategy의 구현체 이름으로는 SeoulAirQualityStrategy와 RegionAirQualityStrategy가 조금 더 알기 쉽고 명확할 것 같습니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
넵 그러네요!!! 반영해서 다시 올리겠습니다!



#️⃣ 연관된 이슈
✅ 체크리스트
📝 작업 내용
AirQualityStrategy인터페이스를 통해 다형성 적용AirQualityCacheService로 분리하여 역할 명확화📸 스크린샷 (UI 변경 시 필수)
👀 리뷰어 가이드라인